-
Notifications
You must be signed in to change notification settings - Fork 473
Add dat1.co as an inference provider #1460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@Wauplin, @SBrandeis, @julien-c, @hanouticelina Please review when you get a moment. Thanks! |
@hanouticelina @SBrandeis @julien-c Hi there. Please help us move forward with the inference provider request. We're eager to start as soon as possible. |
Any updates on this? Happy to provide anything needed to help move it forward. |
Hey there! However, we're currently in a consolidation phase focusing on growing usage of Inference Providers via new features and integrations rather than expanding to new partners. This means we've temporarily paused onboarding new providers while we work on these improvements. We're not able to provide a specific timeline for when we'll resume new provider onboarding, but we'd love to revisit this integration in the future. Thanks again for your contribution and understanding! |
🚀 Added dat1.co as a Hugging Face inference provider
Dat1.co is a low cold start, high-performance serverless inference provider that respects your privacy.
What we do:
Changes
README.md
- added links to dat1.co website and a list of supported models on Hugging Facepackages/inference/src/lib/getProviderHelper.ts
,packages/inference/src/providers/consts.ts
,packages/inference/src/providers/dat1.ts
,packages/inference/src/types.ts
- integrated dat1.co with Hugging Face JS clientpackages/inference/test/InferenceClient.spec.ts
- added automatic test that can be run using a fresh dat1.co account without adding a payment methodTesting
We added automatic tests and ran them using a freshly created dat1.co account (which doesn't require a payment method until you reach a certain usage threshold).
pnpm test -- --reporter verbose \ test/InferenceClient.spec.ts -t "dat1"